home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 14 / CU Amiga Magazine's Super CD-ROM 14 (1997)(EMAP Images)(GB)(Track 1 of 3)[!][issue 1997-09].iso / CUCD / Programming / SecalDemo / Inc / graphics / graphint.inc < prev    next >
Encoding:
Text File  |  1997-06-11  |  124 b   |  11 lines

  1. include "inc/exec/nodes.inc";
  2.  
  3. struct Isrvstr is
  4.   is_Node:Node;
  5.   Iptr:ulong;
  6.   code:ulong;
  7.   ccode:ulong;
  8.   Carg:long;
  9. ;
  10.  
  11.